home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / telecomm / btst240l.lzh / READ240K.ST < prev    next >
Text File  |  1991-01-19  |  6KB  |  136 lines

  1. Changes for BinkleyTerm 2.40k, 19th January 1990
  2. ------------------------------------------------
  3.  
  4. 1. NoXon as introduced in 2.40j is now the default.  The NoXon keyword
  5.    will still be recognised for backward compatibility, but will have no
  6.    effect.  It should be considered obsolete.
  7.  
  8.  
  9. ========================================================================
  10. The following modifications have been taken from the PC Version 2.40 HS,
  11. which was modified by:
  12.  
  13.  Holger Schurig
  14.  Leiterbergweg 16
  15.  D-3558 Frankenberg
  16.  
  17.   Fido: 2:243/23.0
  18.    Box: 06451/23423
  19.  Voice: 06451/23247
  20.  
  21. Thanks to Mario Martelli of 2:242/26 for sending me the source code to this.
  22.  
  23. Thanks to Lucien Oppler (FNET 1014) for translating the update notes from
  24. German to English. 
  25. -----------------------------------------------------------------------
  26.  
  27. 2. For testing and debugging purposes, you can force Binkley to send the
  28.    answer string to the modem and act as if a RING has been received by
  29.    the modem by pressing ALT-A.
  30.  
  31. 3. ALT-S and ALT-G no longer add in a comment line to the REQ file, which
  32.    gets treated as another file request by most mailers.
  33.  
  34. 4. Alt-Z will zoom the outbound window showing more information.  It will
  35.    return to normal if you press Alt-Z, Escape or Return or if you leave it
  36.    for about a minute or if the modem sends something (e.g. RING).
  37.    
  38. 5. If the "NiceOutBound" keyword is used in Binkley.CFG then the small
  39.    outbound window will display more information including the packet size
  40.    and date.
  41.  
  42.    Alt-F will toggle between NiceOutBound mode and normal mode (which is
  43.    faster).
  44.  
  45.    Also the outbound window no longer wraps, when you scroll to the end you
  46.    get blank lines instead of the 1st entries again.
  47.    
  48.    The status field no longer show cryptic signs but useful reports such as:
  49.      Unknwn : Node is not in nodelist
  50.      Noconn : When there have been too many failed calls
  51.      Called : Nodes that have been called but did not sent everything.
  52.      
  53.  
  54. 6. The Colors statement has had 2 extra colours added.  The format of the
  55.    line is now:
  56.      colors n1 n2 n3 n4 n5 n6 n7 n8 n9 n10
  57.    
  58.    n1 : Colour of Upper and Lower Header (Node, System-name, version)
  59.    n2 : Current settings window
  60.    n3 : Today-at-a-glance window
  61.    n4 : Pending outbound window
  62.    n5 : recent activity window
  63.    n6 : transfer-status window
  64.    n7 : Highlighted node in outbound window
  65.    n8 : pop-up windows
  66.    n9 : Named Windows
  67.    n10: Frame around windows
  68.  
  69.    Refer to readme.st for how to calculate the colors (16 * back + fore).
  70.  
  71. 7. The Outbound Window is brought up to date after a call.
  72.  
  73. 8. When calling a host there will be no "Called xxx/0 and got xxx/1" messages.
  74.  
  75. 9. BinkleyTerm occasionally gave a "Nobody answered the door" error.  This is
  76.    now ignored as often a session can be made.
  77.  
  78. 10. The meaning of "NoSmallWindow" has changed.  What happens now is that
  79.     Binkley will start off using small blocks when using Wazoo but will
  80.     increase them if line conditions permit up to the maximum size for the
  81.     current baud rate.  Also when sending more than 1 file, the length of
  82.     the previous block length is remembered.
  83.  
  84. 11. The outbound windows are sorted.  First come "hot" nodes, i.e. those that
  85.     may be called.  Then those that may not.  Within the two categories, the
  86.     sorting proceeds according to zone, net and number.  When scrolling with
  87.     the arrow keys the order may get messed up.  Press Home to sort it out
  88.     again.
  89.  
  90. 12. When makeing file Requests (Alt-G) or sending files (Alt-S), you can
  91.     specify several files at once.  The final question is as before (Normal/
  92.     Crash/Hold etc) but you have the added option [M]ore.  Also the filename
  93.     width has been increased to 14 characters so that you can more easily edit
  94.     the filename if you made a mistake.
  95.  
  96. 13. The modem initialisation code is quicker if no special strings (DialInit,
  97.     Hangup, etc) is defined.
  98.     
  99. 14. "ReInitTime" will set the time between modem re-intialisations.  It is
  100.     followed by the time in minutes and defaults to 10.
  101.  
  102. 15. "ReadHoldCtr" variable specifies the time in minutes between re-reads of
  103.     the Outbound directories.  It defaults to a very large number, but may
  104.     be reduced for example if you are in a multi-tasking environment.
  105.     
  106. ========================================================================
  107.  
  108. I also spent a long time trying out different compilation options and
  109. comparing Turbo-C with Lattice C.  I am now compiling Lattice C using
  110. register parameters, 16 bit words and PC relative subroutines.  This
  111. produces code very similar to Turbo's.  In fact the file size is slightly
  112. smaller, but the combined memory required is a little more (due to its
  113. larger file buffers [which makes it faster]).  I don't really think there
  114. is that much in it and so will be continuing to release versions using
  115. Lattice unless an English version of Turbo-C is ever released, though I
  116. will make sure that Binkley will compile with either.
  117.  
  118. Actually... I have since found that BinkleyTerm is not very stable using
  119. either Turbo-C or Registerized parameters.  I don't know quite why this is,
  120. but in the meantime have gone back to normal parameters.  I think reliability
  121. is more important than an extra 5K of memory.
  122.  
  123. ========================================================================
  124.  
  125. 16. BinkleyTerm uses an extra screen line than it used to.  For some reason
  126.     it used to leave 2 blank lines at the bottom of the screen.
  127.  
  128. ========================================================================
  129.  
  130. There are quite a few more changes in the HS version that I would like to
  131. incorporate (including a costlog), but I have quite a lot to do, and so am
  132. releasing this version which has been running happily for several days on
  133. my system...
  134. ========================================================================
  135.  
  136.